This file is indexed.

/usr/share/maitreya7/xml/yogas/32MarsSaravali.xml is in maitreya 7.0.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
<?xml version="1.0"?>
<!DOCTYPE YogaConfigs SYSTEM "YogaConfigs.dtd">
<YogaConfigs>
	<!--   -->
	<!--  Rasi positions of Mars -> Saravali chapter 25  -->
	<!--   -->
	<!--   -->
	<!--  Mars in Aries  -->
	<Config>
		<Description>Mars in Aries</Description>
		<Effect>If Mars at birth occupies Aries, the native will be splendourous, truthful, valorous, be a king, be fond of war, interested in adventurous acts, be an Army chief, or head of a village, or a band; be delighted, charitable be endowed with a number of cows, goats etc. and grains, be fierce and will join many women.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Aries;</Rule>
	</Config>

	<!--  Mars in Scorpio  -->
	<Config>
		<Description>Mars in Scorpio</Description>
		<Effect>If Mars occupies Scorpio at birth, the native will be attached to trade, will be interested in Vedic knowledge, be leader of thieves, skillful in his duties, be interested in wars, be highly sinful, will do big crimes, will be perfidious towards his enemies, will betray, be disposed towards killing, be unhelpful, be a talebearer, will be endowed with lands, sons and wife and be troubled by poison, fire, weapons and wounds.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Scorpio;</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mars aspected by Sun</Description>
		<Effect>Should Mars at birth be in Aries/Scorpio and be aspected by the Sun, the person will possess wealth, wife and children, be a kings minister, be a justice, be famous and be a charitable king.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mars and isGrahaDrishti( Sun, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mars aspected by Moon</Description>
		<Effect>Should Mars at birth be in Aries/Scorpio and be aspected by the Moon, the native will be bereft of mother, will have a wounded body, will hate his own people, will not have friends, be jealous and will have female children.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mars and isGrahaDrishti( Moon, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mars aspected by Mercury</Description>
		<Effect>Should Mars at birth be in Aries/Scorpio and be aspected by Mercury, the subject will be an expert in stealing others' money, be a liar, be devoted to Manmatha (i.e. highly libidinous), be hostile and will frequently visit prostitutes.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mars and isGrahaDrishti( Mercury, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mars aspected by Jupiter</Description>
		<Effect>Should Mars at birth be in Aries/Scorpio and be aspected by Jupiter, the native will be learned, sweet-spoken, fortunate, dear to parents, be very affluent and will be a king par excellence.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mars and isGrahaDrishti( Jupiter, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mars aspected by Venus</Description>
		<Effect>Should Mars at birth be in Aries/Scorpio and be aspected by Venus, the native will be imprisoned due to females and will be deprived of his money on account of females, more than once.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mars and isGrahaDrishti( Venus, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mars aspected by Saturn</Description>
		<Effect>Should Mars at birth be in Aries/Scorpio and be aspected by Saturn, the native will be capable of hindering thieves in spite of his being not valorous, will be devoid of his men and will maintain another woman.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mars and isGrahaDrishti( Saturn, Mars );</Rule>
	</Config>

	<!--  Mars in Taurus  -->
	<Config>
		<Description>Mars in Taurus</Description>
		<Effect>If Mars is in Taurus in a nativity, the person will break the vows of chaste women, will eat voraciously, will have little wealth and few sons, be jealous, will maintain many people, will not trust others, will play violently, will speak very harshly, be fond of music, be sinful, be inimical to relatives and will bring infamy to his family.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Taurus;</Rule>
	</Config>

	<!--  Mars in Libra  -->
	<Config>
		<Description>Mars in Libra</Description>
		<Effect>If Mars occupies Libra in a nativity, the person will be liable to wandering, will indulge in bad business, be an able speaker, be fortunate, deformed in respect of some limb, will have few relatives, be fond of wars, will lose his first wife, will deal in liquors and will earn through prostitutes to only lose.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Libra;</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Venus aspected by Sun</Description>
		<Effect>If Mars is in Taurus/Libra, with the aspect of the Sun, the person will seek to move in forests and hills, will hate women, will have many enemies, will have fierce appearance and be courageous.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Venus and isGrahaDrishti( Sun, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Venus aspected by Moon</Description>
		<Effect>If Mars is in Taurus/Libra with the aspect of the Moon, the native will not honour his mother, be wicked, will lord many women and be dear to them and will fear war.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Venus and isGrahaDrishti( Moon, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Venus aspected by Mercury</Description>
		<Effect>If Mars is in Taurus/Libra with the aspect of Mercury, the native will promote quarrels, will speak much, will have a soft body, will possess (indifferent or) few sons and little wealth and will be learned in Shastras.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Venus and isGrahaDrishti( Mercury, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Venus aspected by Jupiter</Description>
		<Effect>If Mars is in Taurus/Libra with the aspect of Jupiter, the subject will be skillful in music and in play of musical instruments, be fortunate, be dear to his relatives and will be pure.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Venus and isGrahaDrishti( Jupiter, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Venus aspected by Venus</Description>
		<Effect>If Mars is in Taurus/Libra with the aspect of Venus, the person will be a kings minister, be liked by the king, be an Army chief, will have famous name (i.e. titles etc.) and will be happy.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Venus and isGrahaDrishti( Venus, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Venus aspected by Saturn</Description>
		<Effect>If Mars is in Taurus/Libra with the aspect of Saturn, the native will be happy, famous, wealthy, be endowed with friends and own men, be learned and will be head of a group of villages/towns, or group of men.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Venus and isGrahaDrishti( Saturn, Mars );</Rule>
	</Config>

	<!--  Mars in Gemini  -->
	<Config>
		<Description>Mars in Gemini</Description>
		<Effect>Should Mars be in Gemini, the native will be splendourous, be capable of enduring miseries, be very learned, be well versed with poetical rules, skillful in various kinds of fine arts, fond of going to foreign countries, virtuously disposed, highly intelligent, favourably disposed to his sons and friends and will devote to various kinds of assignments.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Gemini;</Rule>
	</Config>

	<!--  Mars in Virgo  -->
	<Config>
		<Description>Mars in Virgo</Description>
		<Effect>Should Mars occupy Virgo at birth, the subject will be worthy of honour, be never rich, be very fond of sexual union and music, be soft and sweet spoken, will have various kinds of expenses, be not much valorous, be learned, will have ribs in their advanced position, will fear enemies very much, be skillful in Shastras and fine arts, be fond of bathing, make-up etc. and be splendourous.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Virgo;</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mercury aspected by Sun</Description>
		<Effect>If at birth Mars be in Gemini/Virgo and in aspect to the Sun, the native will be blessed with learning, wealth and courage, be fond of hills, forests and fortresses and be highly strong.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mercury and isGrahaDrishti( Sun, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mercury aspected by Moon</Description>
		<Effect>If Mars is in Gemini/Virgo and is aspected by the Moon, the person will be happy, wealthy, splendourous, will guard women's apartments, will be endowed with women and will manage the kings residence.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mercury and isGrahaDrishti( Moon, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mercury aspected by Mercury</Description>
		<Effect>If Mars is in Gemini/Virgo and is aspected by Mercury, one will be skillful in the art of writing, in mathematics and in poetry, be garrulous, be liar, be a sweet speaker, be a messenger (or an ambassador) and will endure lot of misery.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mercury and isGrahaDrishti( Mercury, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mercury aspected by Jupiter</Description>
		<Effect>If Mars is in Gemini/Virgo and is aspected by Jupiter, the native will be a kings representative, be bright, will go to foreign countries, as an ambassador, be skillful in all doings and be a leader.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mercury and isGrahaDrishti( Jupiter, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mercury aspected by Venus</Description>
		<Effect>If Mars is in Gemini/Virgo and is aspected by Venus, the person will do the jobs of females, be very fortunate and will enjoy food and robes.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mercury and isGrahaDrishti( Venus, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Mercury aspected by Saturn</Description>
		<Effect>If Mars is in Gemini/Virgo and is aspected by Saturn, the person will be interested in wandering in mines (i.e. places beneath surface), hills and forests, will have husbandry, as his livelihood, be highly miserable, be very valorous, dirty and be devoid of wealth.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Mercury and isGrahaDrishti( Saturn, Mars );</Rule>
	</Config>

	<!--  Mars in Cancer  -->
	<Config>
		<Description>Mars in Cancer</Description>
		<Effect>If Mars is in Cancer at birth, the subject will like living in others' houses, be deformed, sick, will attain riches through agriculture, will enjoy royal food and robes during childhood, will eat food in others' houses, will become wealthy through the source of water, be repeatedly anguished and be always distressed.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Cancer;</Rule>
	</Config>

	<Config>
		<Description>Mars in Cancer aspected by Sun</Description>
		<Effect>If Mars be in Cancer at birth and is aspected by the Sun, the native will be subjected to bilious diseases, be splendourous, be a justice in position and be valorous.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Moon and isGrahaDrishti( Sun, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Cancer aspected by Moon</Description>
		<Effect>If the Moon aspects Mars in Cancer, the person will be troubled by various diseases, will have mean conduct, will possess an unsightly body and be miserable.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Moon and isGrahaDrishti( Moon, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Cancer aspected by Mercury</Description>
		<Effect>If Mercury aspects Mars in Cancer, the person will be dirty, sinful, will possess a mean family, will be rejected by his own men and be shameless.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Moon and isGrahaDrishti( Mercury, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Cancer aspected by Jupiter</Description>
		<Effect>If Mars in Cancer is aspected by Jupiter, the native will be famous, be king's minister, be learned, charitable, wealthy and be bereft of carnal pleasures.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Moon and isGrahaDrishti( Jupiter, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Cancer aspected by Venus</Description>
		<Effect>If Venus aspects Mars in Cancer, the subject will be grieved on account of women's company, be insulted by women and will lose wealth on account of women.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Moon and isGrahaDrishti( Venus, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Cancer aspected by Saturn</Description>
		<Effect>Should Saturn aspect Mars in Cancer, the native will acquire money through journey in water, be equal to a king, be sportive in his acts and be always bright.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Moon and isGrahaDrishti( Saturn, Mars );</Rule>
	</Config>

	<!--  Mars in Leo  -->
	<Config>
		<Description>Mars in Leo</Description>
		<Effect>If Mars is in Leo in a nativity, the native will be impatient, be valorous, intent upon grabbing others' money and children, will like to live in forests, be fond of eating cow's flesh (or beef etc.), will lose his first wife, will kill snakes and animals, will be bereft of children, be devoid of charitable acts and be always active in his jobs.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Leo;</Rule>
	</Config>

	<Config>
		<Description>Mars in Leo aspected by Sun</Description>
		<Effect>If Mars is in Leo and is aspected by the Sun, the native will be humble, helpful to friends, be endowed with own men and be fond of wandering in cow-houses, forests and hills.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Sun and isGrahaDrishti( Sun, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Leo aspected by Moon</Description>
		<Effect>If the Moon aspects Mars in Leo, the native will be ominous for his mother, be intelligent, will possess a hard body, be widely famous and will obtain money through women.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Sun and isGrahaDrishti( Moon, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Leo aspected by Mercury</Description>
		<Effect>If Mercury aspects Mars in Leo, the native will be clever in many arts, be a miser, be skillful in poetry and fine arts and be wicked.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Sun and isGrahaDrishti( Mercury, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Leo aspected by Jupiter</Description>
		<Effect>If Jupiter aspects Mars in Leo, the person will be close to the king, be highly learned, be of pure mentality and be an Army chief.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Sun and isGrahaDrishti( Jupiter, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Leo aspected by Venus</Description>
		<Effect>Should Venus aspect Mars in Leo, the person will have union with many women, be fortunate in respect of his wife and will be ever juvenile.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Sun and isGrahaDrishti( Venus, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in Leo aspected by Saturn</Description>
		<Effect>Saturn aspecting Mars in Leo denotes, that the person will look, like an old man, be poor, will wander in others' houses/be miserable.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Sun and isGrahaDrishti( Saturn, Mars );</Rule>
	</Config>

	<!--  Mars in Sagittarius  -->
	<Config>
		<Description>Mars in Sagittarius</Description>
		<Effect>Should Mars be in Sagittarius, the native will have many wounds, be emaciated, be harsh in speech, crafty, alienated, be a warrior endowed with chariots, elephants and Army men, will pass arrows on other's Army from his chariot, be happy with hard work, will lose his happiness and money due to anger and will not honour elders.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Sagittarius;</Rule>
	</Config>

	<!--  Mars in Pisces  -->
	<Config>
		<Description>Mars in Pisces</Description>
		<Effect>Should Mars be in Pisces at the time of one's birth, the person will be troubled by diseases, will have indifferent children, will live in foreign countries, be insulted by his own relatives, will lose all his wealth by his cunning and cheating disposition, will be depressed in spirits, be very miserable, will disrespect elders and Brahmins, be unkind, will conceive (other's) desires, be fond of praises and be famous.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Pisces;</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Jupiter aspected by Sun</Description>
		<Effect>If Mars occupies Sagittarius, or Pisces at birth and is aspected by the Sun, the subject will be world honoured, be fortunate, will live in forests, hills and fortresses and be cruel.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Jupiter and isGrahaDrishti( Sun, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Jupiter aspected by Moon</Description>
		<Effect>If Mars is in Sagittarius, or Pisces and is aspected by the Moon, the person will be deformed, belligerent, learned and be always inimical to the king.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Jupiter and isGrahaDrishti( Moon, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Jupiter aspected by Mercury</Description>
		<Effect>If Mars is in Sagittarius, or Pisces and is aspected by Mercury, the person will be a scholar, be skillful, learned in fine arts and be highly learned in general.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Jupiter and isGrahaDrishti( Mercury, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Jupiter aspected by Jupiter</Description>
		<Effect>If Mars is in Sagittarius, or Pisces and is aspected by Jupiter, the person will be devoid of wife and happiness, will be beyond the reach of enemies, be wealthy and be fond of exercises.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Jupiter and isGrahaDrishti( Jupiter, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Jupiter aspected by Venus</Description>
		<Effect>If Mars is in Sagittarius, or Pisces and is aspected by Venus, the person will be very much dear to women, be interested in cosmetics, makeup etc., be charitable, be libidinous and be fortunate.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Jupiter and isGrahaDrishti( Venus, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Jupiter aspected by Saturn</Description>
		<Effect>If Mars is in Sagittarius, or Pisces and is aspected by Saturn, the person will have defective body, be sinful, wandering-nature, devoid of happiness and interested in others' religion.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Jupiter and isGrahaDrishti( Saturn, Mars );</Rule>
	</Config>

	<!--  Mars in Capricorn  -->
	<Config>
		<Description>Mars in Capricorn</Description>
		<Effect>If Mars is posited in Capricorn at birth, one will be wealthy (fortunate), be endowed with happiness and pleasures, be wealthy, will have an excellent disposition, be famous, be an Army chief, or a king, will possess a good wife, be successful in war, will live in his own country, be independent, be a protector, be virtuous and will be interested in various procedures.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Capricorn;</Rule>
	</Config>

	<!--  Mars in Aquarius  -->
	<Config>
		<Description>Mars in Aquarius</Description>
		<Effect>If Mars is posited in Aquarius at the time of one's birth, he will be devoid of both affection and purity, will look like an old person, will die a bad death, will have spite, jealousy, untruthful disposition, afflicted speech and lost wealth, will be ugly, will have (abundant) hair on the body, will lose money in gambling, will be unsightly, will have miserable profession, be fond of liquor and be unfortunate.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Mars ) == Aquarius;</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Saturn aspected by Sun</Description>
		<Effect>Should Mars be in Capricorn, or Aquarius and be aspected by the Sun, the subject will have very dark body, be courageous, will have many wives, sons and abundant wealth and be very sharp.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Saturn and isGrahaDrishti( Sun, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Saturn aspected by Moon</Description>
		<Effect>Should Mars be in Capricorn, or Aquarius and be aspected by the Moon, one will be fickle minded, be not well disposed towards his mother, be fond of beautification, be charitable, be not firm in friendship and be rich.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Saturn and isGrahaDrishti( Moon, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Saturn aspected by Mercury</Description>
		<Effect>Should Mars be in Capricorn, or Aquarius and be aspected by Mercury, the subject will walk very slowly, be not rich, will not have any profession, be not strong, be not outspoken and be not virtuous.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Saturn and isGrahaDrishti( Mercury, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Saturn aspected by Jupiter</Description>
		<Effect>Should Mars be in Capricorn, or Aquarius and be aspected by Jupiter, the native will be very beautiful, will possess kingly qualities, will fulfill his undertakings, be long-lived and be endowed with relatives.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Saturn and isGrahaDrishti( Jupiter, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Saturn aspected by Venus</Description>
		<Effect>Should Mars be in Capricorn, or Aquarius and be aspected by Venus, one will be endowed with various kinds of (carnal) pleasures, be interested in fostering women and be belligerent.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Saturn and isGrahaDrishti( Venus, Mars );</Rule>
	</Config>

	<Config>
		<Description>Mars in a sign of Saturn aspected by Saturn</Description>
		<Effect>Should Mars be in Capricorn, or Aquarius and be aspected by Saturn, the person will be a king, be very affluent, will hate women, will possess many children, be learned, be devoid, of happiness and be timid in war.</Effect>
		<Source>Saravali</Source><Group>House position</Group>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Mars )) == Saturn and isGrahaDrishti( Saturn, Mars );</Rule>
	</Config>

</YogaConfigs>